const gotest.tools/v3/internal/assert.failureMessage

6 uses

	gotest.tools/v3/internal/assert (current package)
		assert.go#L24: const failureMessage = "assertion failed: "
		assert.go#L53: 		t.Log(format.WithCustomMessage(failureMessage+msg, msgAndArgs...))
		assert.go#L76: 		t.Log(format.WithCustomMessage(failureMessage+message, msgAndArgs...))
		assert.go#L95: 		t.Log(failureMessage + "but assert failed to find the expression to print")
		assert.go#L105: 	t.Log(format.WithCustomMessage(failureMessage+msg, msgAndArgs...))
		result.go#L60: 	t.Log(format.WithCustomMessage(failureMessage+message, msgAndArgs...))